configs: imx6: Don't define USDHC2_BASE_ADDR
authorJagan Teki <[email protected]>
Fri, 24 Feb 2017 10:02:53 +0000 (15:32 +0530)
committerStefano Babic <[email protected]>
Fri, 17 Mar 2017 08:27:08 +0000 (09:27 +0100)
USDHC base address will assigned by SPL using fsl_esdhc_initialize
and u-boot with devicetree, hence no remove base address assignment
in config files.

Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
include/configs/imx6qdl_icore.h
include/configs/imx6ul_geam.h

index eb83d237ed89aecd11d7da79f1d1845f35135882..5a28b15afc79f7ab35ac9cb9601693923fa35585 100644 (file)
 #ifdef CONFIG_FSL_USDHC
 # define CONFIG_SYS_MMC_ENV_DEV                0
 # define CONFIG_SYS_FSL_USDHC_NUM      1
-# define CONFIG_SYS_FSL_ESDHC_ADDR     USDHC2_BASE_ADDR
+# define CONFIG_SYS_FSL_ESDHC_ADDR     0
 #endif
 
 /* NAND */
index 23fa3ee1628e342823eb346384d6234f2e599642..8bffacde4dfc4973f93666a961c571ae9659052f 100644 (file)
 #ifdef CONFIG_FSL_USDHC
 # define CONFIG_SYS_MMC_ENV_DEV                0
 # define CONFIG_SYS_FSL_USDHC_NUM      1
-# define CONFIG_SYS_FSL_ESDHC_ADDR     USDHC2_BASE_ADDR
+# define CONFIG_SYS_FSL_ESDHC_ADDR     0
 #endif
 
 /* NAND */